ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPArray<T> Class
ImGearXMPValue type.
Members




In This Topic
    ImGearXMPArray<T> Class
    In This Topic
    Represents baseline features of an array of XMP properties.
    Object Model
    ImGearXMPArray<T> Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    Public Class ImGearXMPArray(Of T As {New, ImGearXMPValue}) 
    'Usage
     
    Dim instance As ImGearXMPArray(Of T)
    [DefaultMember("Item")]
    public class ImGearXMPArray<T> 
    where T: new(), ImGearXMPValue
    [DefaultMember("Item")]
    public __gc class ImGearXMPArray<T> 
    where T: gcnew(), ImGearXMPValue
    [DefaultMember("Item")]
    generic<typename T>
    public ref class ImGearXMPArray 
    where T: gcnew(), ImGearXMPValue
    Type Parameters
    T
    ImGearXMPValue type.
    Inheritance Hierarchy
    See Also